home *** CD-ROM | disk | FTP | other *** search
/ Le Monde De La Mer / Le monde de la mer.iso / pc / club / divers / driver95 / usr / mdmusrv2.inf < prev    next >
INI File  |  1997-09-30  |  3KB  |  92 lines

  1. ; MDMUSR.INF
  2. ;
  3. ; For use with Windows for Workgroups, NT 3.1, NT 3.5
  4.  
  5. ; 10/25/94 - modified to include PCMCIA aliases
  6. ; 12/12/95 - modified to allow 33.6 connections
  7. ;       - MAXCONNECT jumped to 57600
  8. ;          - COMPRESSION_ON changed to &K1
  9. ;          - &a3 changed to &a1 to eliminate superflous result codes
  10.  
  11. [Responses]
  12.  
  13. ; General non-connect responses that all USR modems generate...
  14.  
  15. OK=<cr><lf>OK<cr><lf>
  16. LOOP=<cr><lf>RING<cr><lf>
  17. LOOP=<cr><lf>RINGING<cr><lf>
  18. ERROR=<cr><lf>ERROR<cr><lf>
  19. ERROR_NO_CARRIER=<cr><lf>NO CARRIER<cr><lf>
  20. ERROR_VOICE=<cr><lf>VOICE<cr><lf>
  21. ERROR_NO_DIALTONE=<cr><lf>NO DIAL TONE<cr><lf>
  22. ERROR_BUSY=<cr><lf>BUSY<cr><lf>
  23. ERROR_NO_ANSWER=<cr><lf>NO ANSWER<cr><lf>
  24.  
  25. ; General connect responses that all USR modems generate...
  26.  
  27. CONNECT=<cr><lf>CONNECT <ignore>/NONE<ignore>
  28. CONNECT_EC=<cr><lf>CONNECT <ignore>/ARQ<ignore>
  29.  
  30. ; Since serial port is locked, carrier rate is irrelevant. The RAS
  31. ; client calcuates link rate after connection is accepted.
  32.  
  33. [USRobotics General]
  34.  
  35. ; This selection can be used by almost ALL USRobotics modems!
  36.  
  37. ; * ITU-T standards are on by default to ensure compatibility with
  38. ; non-USR modems.
  39.  
  40. ; * X4 is set to ensure compatibility with Sportster modems. Advanced
  41. ; dial features for Courier can be activated by placing X7 in the dial
  42. ; string. (i.e. phone number field contains "1-708-676-1059X7"
  43.   
  44. CALLBACKTIME=10
  45. DEFAULTOFF=speaker
  46. MAXCARRIERBPS=33600
  47. MAXCONNECTBPS=57600
  48. <speaker_on>=m1
  49. <speaker_off>=m0
  50. <hwflowcontrol_on>=&h1&r2
  51. <hwflowcontrol_off>=&h0&r1
  52. <compression_on>=&k1
  53. <compression_off>=&k0
  54. <protocol_on>=&m4 
  55. <protocol_off>=&m0 
  56. <autodial_on>=ATdt
  57. <autodial_off>=ATd
  58. COMMAND_INIT=AT&f&a1x4e1q0v1s0=0s7=55s2=128<cr>
  59. COMMAND_INIT=AT&b1&c1&d2b0x4<hwflowcontrol><compression><protocol><speaker><cr>
  60. COMMAND_DIAL=<autodial><phonenumber><cr>
  61. COMMAND_LISTEN=ATS0=1<cr>
  62.  
  63. ; US Robotics modems are defined in original MODEM.INF are maintained 
  64. ; here for installation purposes
  65.  
  66. [US Robotics Courier Dual]
  67. ALIAS=USRobotics General
  68.  
  69. [US Robotics Courier HST]
  70. ALIAS=USRobotics General
  71.  
  72. [US Robotics Courier V.32bis]
  73. ALIAS=USRobotics General
  74.  
  75. [US Robotics Sportster 2400]
  76. ALIAS=USRobotics General
  77.  
  78. [US Robotics Worldport PCMCIA 14400]
  79. ALIAS=USRobotics General
  80.  
  81. [US Robotics Sportster PCMCIA 14400]
  82. ALIAS=USRobotics General
  83.  
  84. [US Robotics Courier PCMCIA 14400]
  85. ALIAS=USRobotics General
  86.  
  87. [US Robotics Sportster 9600]
  88. ALIAS=USRobotics General
  89.  
  90. [US Robotics V.FC/V.34]
  91. ALIAS=USRobotics General
  92.